ostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES
authorGiuseppe Scrivano <gscrivan@redhat.com>
Tue, 19 May 2015 09:12:14 +0000 (11:12 +0200)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Tue, 19 May 2015 09:13:34 +0000 (11:13 +0200)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
src/libostree/ostree-repo.h

index ef4f0a396002eaf72ceb66d0e23465f5cffb5daa..60b45dce7dce3b83f953fbf55bd59a3ad157de6f 100644 (file)
@@ -362,6 +362,7 @@ typedef OstreeRepoCommitFilterResult (*OstreeRepoCommitFilter) (OstreeRepo    *r
  * OstreeRepoCommitModifierFlags:
  * @OSTREE_REPO_COMMIT_MODIFIER_FLAGS_NONE: No special flags
  * @OSTREE_REPO_COMMIT_MODIFIER_FLAGS_SKIP_XATTRS: Do not process extended attributes
+ * @OSTREE_REPO_COMMIT_MODIFIER_FLAGS_GENERATE_SIZES: Generate size information.
  */
 typedef enum {
   OSTREE_REPO_COMMIT_MODIFIER_FLAGS_NONE = 0,